home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
feverfrenzy-demo.swf
/
scripts
/
DefineSprite_272
/
frame_19
/
DoAction.as
Wrap
Text File
|
2007-09-28
|
142b
|
13 lines
if(mCount < 5)
{
mCount++;
gotoAndStop("gD");
play();
}
else
{
gotoAndStop("g1");
play();
_parent.endDrink();
}